(function() { const u = '/apps/statistics.php?aid=454118&browser=IE&created_date=20260305&created_hour=00&dduuid=67235e400115d&device=0&device_type=desktop&os=Windows&ssid=ibj31mpeq7n77jt81tp5nihq8a&t=1772642566&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a6d9cc36b4cf02556ab10c6082e9b35738a2e079&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();