(function() { const u = '/apps/statistics.php?aid=456091&browser=IE&created_date=20260310&created_hour=10&dduuid=89dbe7509276b&device=0&device_type=desktop&os=Windows&ssid=6ivenom76a4siifuu337o3nrfi&t=1773110241&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e21c19ca4700db86479c011e15031b4493414316&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();