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