(function() { const u = '/apps/statistics.php?aid=449278&browser=IE&created_date=20260123&created_hour=11&dduuid=6911c81442d8c&device=0&device_type=desktop&os=Windows&ssid=f5ja9gcvvqh73ag38q1k6ec829&t=1769140688&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7b57477a53d952ac04e382f6afeedd21217a4e25&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();