(function() { const u = '/apps/statistics.php?aid=246817&browser=IE&created_date=20260316&created_hour=22&dduuid=8c3c7e0a2815f&device=0&device_type=desktop&os=Windows&ssid=hco01fnmf3brmkdqo3btia9edo&t=1773670933&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c21896154a10ec14715bf9096a2bd845d7a88a65&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();