(function() { const u = '/apps/statistics.php?aid=246805&browser=IE&created_date=20260316&created_hour=23&dduuid=2741c09963c57&device=0&device_type=desktop&os=Windows&ssid=1j6jcpvev42q4utdthavodli13&t=1773675692&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19f4e2adef082caf9670e97d85884ad7c7e10deb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();