(function() { const u = '/apps/statistics.php?aid=363123&browser=IE&created_date=20260306&created_hour=02&dduuid=1143ce669dd65&device=0&device_type=desktop&os=Windows&ssid=f7avitgg1vp2fbk1thdoqvj790&t=1772736716&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=59eb1fa8b06d7192d604ec27fdce0e5d104aa02e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();