(function() { const u = '/apps/statistics.php?aid=448121&browser=IE&created_date=20260316&created_hour=02&dduuid=72b239441eb8e&device=0&device_type=desktop&os=Windows&ssid=hg4e6prd95rnml1jptacatljvv&t=1773597987&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=64eae2eb224adfbd4d387d0ec7400e6af9b32302&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();