(function() { const u = '/apps/statistics.php?aid=424837&browser=IE&created_date=20260311&created_hour=12&dduuid=9b7d537d14f7f&device=0&device_type=desktop&os=Windows&ssid=h83nhsp9lbgra6426per7443ja&t=1773203615&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e6cf36341f5e02208239a0e0bf0eb024208788d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();