(function() { const u = '/apps/statistics.php?aid=449316&browser=IE&created_date=20260308&created_hour=14&dduuid=1bb934adcedb0&device=0&device_type=desktop&os=Windows&ssid=78msgjv00o7m6frf6v7iinnm8n&t=1772949755&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0596c2e756d6d13248301bf03eb18f8db841287c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();