(function() { const u = '/apps/statistics.php?aid=448810&browser=IE&created_date=20260123&created_hour=11&dduuid=e31f3a146544b&device=0&device_type=desktop&os=Windows&ssid=p00lla51hlmnkhg3582jmakkho&t=1769138233&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94590dd68067b529f8a227ed52bbb2ff20ec394d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();