(function() { const u = '/apps/statistics.php?aid=210420&browser=IE&created_date=20251223&created_hour=06&dduuid=62618ccffc4eb&device=0&device_type=desktop&os=Windows&ssid=tgb83s815vbb1tb8mhnpg81dlr&t=1766440934&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c8aa6bb8b3c4fe465fac29417f18c614d77c655b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();