(function() { const u = '/apps/statistics.php?aid=99084&browser=IE&created_date=20260310&created_hour=06&dduuid=3e904fef7f4e7&device=0&device_type=desktop&os=Windows&ssid=2h823l8dniubtcnua486k3jid8&t=1773095109&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c3f71fc95dc1ae074c722771128cc1e8a419a0d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();