(function() { const u = '/apps/statistics.php?aid=450272&browser=IE&created_date=20260226&created_hour=02&dduuid=35d791bb6aff9&device=0&device_type=desktop&os=Windows&ssid=fmp5ui0ar5ui9p2orbbpq5rmhi&t=1772044971&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89c8833e4c1de0b756f3f5220125bac13dbde0fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();