(function() { const u = '/apps/statistics.php?aid=363806&browser=IE&created_date=20260311&created_hour=12&dduuid=6ad89b6b3425a&device=0&device_type=desktop&os=Windows&ssid=hvsgr0hq7addh3nskcv5mrr40v&t=1773201616&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e76b2e943b77d359089d054348194683c50f93b9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();