(function() { const u = '/apps/statistics.php?aid=462126&browser=IE&created_date=20260322&created_hour=13&dduuid=fa13b51d5a3fb&device=0&device_type=desktop&os=Windows&ssid=67b9c06p2enqj3ktujietupgqk&t=1774158836&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d0ce7a83bb12056e0d2d9029e6b1d44d4add0a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();