(function() { const u = '/apps/statistics.php?aid=458164&browser=IE&created_date=20260324&created_hour=11&dduuid=201f3f0803a53&device=0&device_type=desktop&os=Windows&ssid=9n98sgfbo96ijdper84hfgah5f&t=1774324579&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e809007a19cfb77b9210186ba6e48ce5f4910626&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();