(function() { const u = '/apps/statistics.php?aid=455936&browser=IE&created_date=20260310&created_hour=14&dduuid=e722b6017dab2&device=0&device_type=desktop&os=Windows&ssid=g2ml00ik90glmheusrpdjoc8qu&t=1773123741&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6c9aa6014790c7a737c78a334e7a0b7f76b53ecb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();