(function() { const u = '/apps/statistics.php?aid=385014&browser=IE&created_date=20251220&created_hour=03&dduuid=b7a8ab1b6c749&device=0&device_type=desktop&os=Windows&ssid=0smpnleismthufv6sdisr1nv0r&t=1766171591&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98645898046cd3bf0781dc9387426f92d51529b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();