(function() { const u = '/apps/statistics.php?aid=455801&browser=IE&created_date=20260310&created_hour=22&dduuid=39fc109c65f6c&device=0&device_type=desktop&os=Windows&ssid=2a5ch395681pp61n8bi01o1reu&t=1773154492&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00c376e2194390be792f13099529e354ff9069c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();