(function() { const u = '/apps/statistics.php?aid=452161&browser=IE&created_date=20260306&created_hour=07&dduuid=70ddeeeb5b530&device=0&device_type=desktop&os=Windows&ssid=60ion8sbidc583n3uqrih9qqf2&t=1772754463&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3cad991cafd39a8715f866706c9d2c1465c1afa1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();