(function() { const u = '/apps/statistics.php?aid=422653&browser=IE&created_date=20260224&created_hour=22&dduuid=9a77a1a70a15c&device=0&device_type=desktop&os=Windows&ssid=jofcq3at526bckpi2lu2cg4sci&t=1771941965&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bb763687832afdf70677493bc24efa709f63fca3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();