(function() { const u = '/apps/statistics.php?aid=453755&browser=IE&created_date=20260305&created_hour=12&dduuid=54d37051a4046&device=0&device_type=desktop&os=Windows&ssid=jaoh04l8cdhnbdlgmeaf9todt4&t=1772684823&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=75ba8a52e9613be6582b2be8b86ff939d34b3e76&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();