(function() { const u = '/apps/statistics.php?aid=427860&browser=IE&created_date=20260123&created_hour=00&dduuid=c3f8e703a8247&device=0&device_type=desktop&os=Windows&ssid=hnj7fupura9fd8ctvmfl1oprmt&t=1769098466&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=71c431ce90f1ebdc7bb509eb22fd573c54bb3cc1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();