(function() { const u = '/apps/statistics.php?aid=450208&browser=IE&created_date=20260225&created_hour=18&dduuid=7daa57db003f0&device=0&device_type=desktop&os=Windows&ssid=iqiv0dj96nk0rodth86nod1d6v&t=1772015373&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=43cc7e4c1fea3f203d2be352c40d15d556b19fcf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();