(function() { const u = '/apps/statistics.php?aid=455326&browser=IE&created_date=20260223&created_hour=20&dduuid=899cde58553fb&device=0&device_type=desktop&os=Windows&ssid=tlr6228mnqe95lsfb6sh26f1gc&t=1771851539&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d756cd48746b20f064889cabf33793a71a5a063c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();