(function() { const u = '/apps/statistics.php?aid=210046&browser=IE&created_date=20251225&created_hour=01&dduuid=fa16dc6519385&device=0&device_type=desktop&os=Windows&ssid=4t0vc4cn9ipkdnpmhqaqsnp8ti&t=1766599155&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7c0d1d6380936fe2a0f2888ee66b6740a1ce60af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();