(function() { const u = '/apps/statistics.php?aid=424843&browser=IE&created_date=20260228&created_hour=20&dduuid=642a3a91e075d&device=0&device_type=desktop&os=Windows&ssid=segrmoufjirnrr000uajka586p&t=1772282132&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4dac94cbdb8ed8a29de2036654e0d994a18a766d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();