(function() { const u = '/apps/statistics.php?aid=380586&browser=IE&created_date=20260124&created_hour=08&dduuid=16bc3ae9d5da8&device=0&device_type=desktop&os=Windows&ssid=95ide29b6firgvqrpolit6val8&t=1769214863&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=600da2fa83ff74ea3027847c1511e965fc766b27&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();