(function() { const u = '/apps/statistics.php?aid=424424&browser=IE&created_date=20260128&created_hour=09&dduuid=feb36371a1c2c&device=0&device_type=desktop&os=Windows&ssid=3j422nk6efm40r1v0jmqh9g4lm&t=1769564695&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c495d468e37b5ebafcd6ecc410cbfdd4709f13d2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();