(function() { const u = '/apps/statistics.php?aid=448677&browser=IE&created_date=20260111&created_hour=17&dduuid=7f55543b65019&device=0&device_type=desktop&os=Windows&ssid=7ug77243smoou1ebf9dtvtvmu6&t=1768122579&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5b8f90c0fc7008cc76cb9dc00712940931bef195&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();