(function() { const u = '/apps/statistics.php?aid=446744&browser=IE&created_date=20260201&created_hour=02&dduuid=a205822679cd7&device=0&device_type=desktop&os=Windows&ssid=vv09c6ehpcgreur273ich9ej8r&t=1769885959&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cf0987876f78081f10ed54e11b9c6f2e884f30c2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();