(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251126&created_hour=03&dduuid=370cc5a1632ee&device=0&device_type=desktop&os=Windows&ssid=97h0gpumtlqmr6jobe38iffluu&t=1764099534&typeid=4&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e69bec28ced25a7deef16fd60ce935c65f8827e9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();