(function() { const u = '/apps/statistics.php?aid=65640&browser=IE&created_date=20260224&created_hour=05&dduuid=70bf598ededdf&device=0&device_type=desktop&os=Windows&ssid=v2ocjs8hdhkhj1qvbdt49ai09o&t=1771881044&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca2337a2c7cc6b55ef61cf834178a4ebe5edcb77&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();