(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260310&created_hour=11&dduuid=02d726e0d1518&device=0&device_type=desktop&os=Windows&ssid=4cdohg7jvp2ftfs29nl8k30vna&t=1773112594&typeid=24&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=32f3f5f2817f7036267eccd9f4c87d16d2e926cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();