(function() { const u = '/apps/statistics.php?aid=41&browser=IE&created_date=20260109&created_hour=09&dduuid=6e7354758d804&device=0&device_type=desktop&os=Windows&ssid=9bfm0qjcg67nistn9c6sohif4e&t=1767922024&typeid=9&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bf58a26f8f9f1cac299283ce7d712f8c75c16e8d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();