(function() { const u = '/apps/statistics.php?aid=457548&browser=IE&created_date=20260227&created_hour=22&dduuid=f4480bffefe4a&device=0&device_type=desktop&os=Windows&ssid=vdlan8de230ucmad25guhkmc0c&t=1772202766&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a044937fc96646fab0390ae4822a6fcf5f29350&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();