(function() { const u = '/apps/statistics.php?aid=440726&browser=IE&created_date=20260224&created_hour=11&dduuid=15e157bd86d39&device=0&device_type=desktop&os=Windows&ssid=b6j30hocurbjb81f5v0nd9d21m&t=1771904287&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=80163eabfca3e91d22034144c717b91d477174f6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();