(function() { const u = '/apps/statistics.php?aid=275981&browser=IE&created_date=20260223&created_hour=23&dduuid=e8d4a52049a11&device=0&device_type=desktop&os=Windows&ssid=91er012kajjrnd6lhcub1juv19&t=1771860604&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=11d40d124b0d4683b2a52a30713450e4533a3999&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();