(function() { const u = '/apps/statistics.php?aid=424846&browser=IE&created_date=20251210&created_hour=00&dduuid=3bd3e14f7856d&device=0&device_type=desktop&os=Windows&ssid=0fj27v7apmfsbou775ccehgqo0&t=1765296081&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6144ecfa1869d353e3300db8e582a779139b02b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();