(function() { const u = '/apps/statistics.php?aid=453967&browser=IE&created_date=20260224&created_hour=05&dduuid=2c070f7be7e49&device=0&device_type=desktop&os=Windows&ssid=67vh88fg3aql9h88uvumkfdr2d&t=1771881093&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4745abd3cc1cc98505ac77109fa662c24e629496&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();