(function() { const u = '/apps/statistics.php?aid=357816&browser=IE&created_date=20260311&created_hour=19&dduuid=4945b50d6a09b&device=0&device_type=desktop&os=Windows&ssid=6bahcfac36tjvbeg9h4lrdaee0&t=1773229683&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f2a21179d69d5b230837c010b6e772d0309040d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();