(function() { const u = '/apps/statistics.php?aid=448052&browser=IE&created_date=20260122&created_hour=12&dduuid=36b4c57e7e488&device=0&device_type=desktop&os=Windows&ssid=6lqj4m4i8rehdrlclqp9jas946&t=1769054704&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6ea0218e0d0ff475bf8f4e90a31ac2dfdb08cb9b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();