(function() { const u = '/apps/statistics.php?aid=443024&browser=IE&created_date=20260308&created_hour=11&dduuid=f923ffcedbe95&device=0&device_type=desktop&os=Windows&ssid=hdi6itcdudk01db59edfo2uvu2&t=1772939232&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=76a0e3ebb60f8c946a96201d690f7ac8ccfc590b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();