(function() { const u = '/apps/statistics.php?aid=455098&browser=IE&created_date=20260306&created_hour=05&dduuid=e2ea3d666ff7c&device=0&device_type=desktop&os=Windows&ssid=cvo128onsmi47kvurs9ovcu60m&t=1772746099&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=32131d1d0cb592d1a0726cd843c7dec2afe43faf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();