(function() { const u = '/apps/statistics.php?aid=453399&browser=IE&created_date=20260311&created_hour=22&dduuid=9ee0086298479&device=0&device_type=desktop&os=Windows&ssid=mu3srigka1h6uishbpki3dgo3s&t=1773238053&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f408eebee0008f3739014902eb3cb589925a76fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();