(function() { const u = '/apps/statistics.php?aid=454041&browser=IE&created_date=20260311&created_hour=08&dduuid=3236f4e32e7ee&device=0&device_type=desktop&os=Windows&ssid=la9d9g5bi4cq1m2oo5l3ahotn8&t=1773187464&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6a3a94555422edd5aad0ce5ccb9be3fadf4d98cf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();