(function() { const u = '/apps/statistics.php?aid=390999&browser=IE&created_date=20251225&created_hour=10&dduuid=249bf27c1032c&device=0&device_type=desktop&os=Windows&ssid=28v2qmvn28l1ohfutmmtscm5rl&t=1766630675&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c319780f4959f9d7d0dcdcf5abea6da99a85160c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();