(function() { const u = '/apps/statistics.php?aid=455911&browser=IE&created_date=20260310&created_hour=18&dduuid=770fa70029000&device=0&device_type=desktop&os=Windows&ssid=9d649v3dea5iqcleaavacd6406&t=1773139109&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4cf896afccf8fde071942f369242245767efb5fc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();