(function() { const u = '/apps/statistics.php?aid=443093&browser=IE&created_date=20260310&created_hour=05&dduuid=3402eec94d2e1&device=0&device_type=desktop&os=Windows&ssid=nllsoa7akmpheo86gkvfc75e7g&t=1773092129&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=829a78acbc12de9e4846c63c03db9d8b30dfb634&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();