(function() { const u = '/apps/statistics.php?aid=69030&browser=IE&created_date=20260124&created_hour=10&dduuid=885187a60096c&device=0&device_type=desktop&os=Windows&ssid=il9fk4tqtha2qegucenqo0hvhq&t=1769221437&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9cf9ff502a628c6cff7d07e297cf3cf82a50166f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();