(function() { const u = '/apps/statistics.php?aid=384999&browser=IE&created_date=20260312&created_hour=19&dduuid=c896d86825f31&device=0&device_type=desktop&os=Windows&ssid=pr5p28ksj3k0h38ioig2et02nf&t=1773314555&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e3bd7e06fd0a9259c651cdb94c11e12b4e44ca64&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();