(function() { const u = '/apps/statistics.php?aid=464163&browser=IE&created_date=20260323&created_hour=04&dduuid=fd635379a26b7&device=0&device_type=desktop&os=Windows&ssid=n2ge4e1iurim9p9c7030okusjk&t=1774211743&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d58b7441c8970ecd182b860f337491c0c54f19b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();