(function() { const u = '/apps/statistics.php?aid=141299&browser=IE&created_date=20260312&created_hour=04&dduuid=172a11d998404&device=0&device_type=desktop&os=Windows&ssid=f230kad9v6iiah7oq4s8ko4iks&t=1773260506&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6a58084611845f73cf1859fc048d6c9e9be8796b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();