(function() { const u = '/apps/statistics.php?aid=402108&browser=IE&created_date=20251217&created_hour=20&dduuid=0b07ce2a5c963&device=0&device_type=desktop&os=Windows&ssid=nhlph5l0qk37o1akamnc7l310n&t=1765974522&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=71579a21205e79afbe89d5830dffc79ea1fe3293&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();