(function() { const u = '/apps/statistics.php?aid=442899&browser=IE&created_date=20260303&created_hour=21&dduuid=55131c5e713f3&device=0&device_type=desktop&os=Windows&ssid=sa3bdcm1kesnl4m1muor71eqce&t=1772544737&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e99192d95135cf222cd5d134dddf790f6476d047&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();