(function() { const u = '/apps/statistics.php?aid=424513&browser=IE&created_date=20260310&created_hour=10&dduuid=d64d1bd6647c0&device=0&device_type=desktop&os=Windows&ssid=kan8k0lo8qg8dsvj4r3adb2hap&t=1773110949&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1be6954bba96f4fc0700feba3b4aa82742019efd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();