(function() { const u = '/apps/statistics.php?aid=448228&browser=IE&created_date=20260123&created_hour=00&dduuid=492d9e55ef6a5&device=0&device_type=desktop&os=Windows&ssid=fh1mf4dadf9gtu9lbedpgbnr2u&t=1769099010&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a0d0e9c01945af095e1d551a1db204badbcab84&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();