(function() { const u = '/apps/statistics.php?aid=398484&browser=IE&created_date=20260308&created_hour=12&dduuid=b8d9e6ca3572e&device=0&device_type=desktop&os=Windows&ssid=gmidfofpetb6o2fbfihgh02gs2&t=1772942434&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b366139b3d96d5e907a6767ebfaf586d69b4891b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();