(function() { const u = '/apps/statistics.php?aid=74448&browser=IE&created_date=20260122&created_hour=09&dduuid=d41fa0f2df389&device=0&device_type=desktop&os=Windows&ssid=5v3rrmtpkv13j8mg5rsl4p0nkd&t=1769046920&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=54c9e47ffb17a98fa91c10e6b118537a58ef834f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();