(function() { const u = '/apps/statistics.php?aid=457353&browser=IE&created_date=20260306&created_hour=23&dduuid=dbcb9776365d4&device=0&device_type=desktop&os=Windows&ssid=5u6rese7st8imgr1hva1vtafg8&t=1772810556&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b9c90115039513528fd22f0f90f1d455c64515aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();