(function() { const u = '/apps/statistics.php?aid=446895&browser=IE&created_date=20260121&created_hour=23&dduuid=e4cbc6492a4c7&device=0&device_type=desktop&os=Windows&ssid=3jkkubsn65v7b6hs64hdqemgto&t=1769009856&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6698003d24958300881f2705bc794dd5f8fc52d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();