(function() { const u = '/apps/statistics.php?aid=451200&browser=IE&created_date=20260307&created_hour=07&dduuid=6fe796a4638cc&device=0&device_type=desktop&os=Windows&ssid=2la6ir17bubjnj6vbdia6q80dr&t=1772838885&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a680fced10044ff1764ca0ac363fbd4c21f153d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();