(function() { const u = '/apps/statistics.php?aid=448243&browser=IE&created_date=20260110&created_hour=02&dduuid=20c9fcce5d7b1&device=0&device_type=desktop&os=Windows&ssid=vri82msi9snkhbior896s2qtfn&t=1767984777&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ae06c0430b062902d5ee30f390fb32a873fa9b8d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();