(function() { const u = '/apps/statistics.php?aid=452525&browser=IE&created_date=20260311&created_hour=00&dduuid=48d80679ecb20&device=0&device_type=desktop&os=Windows&ssid=cjb8arviml4f62k35s4lg92hm1&t=1773158647&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=11b61a142d0248821e85f9ea878b48f3f9f7c699&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();