(function() { const u = '/apps/statistics.php?aid=422457&browser=IE&created_date=20260102&created_hour=14&dduuid=776a2173c6217&device=0&device_type=desktop&os=Windows&ssid=nfpt3igjpi2qi16kenmg4crgch&t=1767334663&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4587d43b42c422aec5fe3ecfbe7fd444b2212a6c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();