(function() { const u = '/apps/statistics.php?aid=451429&browser=IE&created_date=20260225&created_hour=06&dduuid=b6bf39e270c8e&device=0&device_type=desktop&os=Windows&ssid=t0qpetnk1fcbdbsv5t2g59j0la&t=1771970886&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6564c6c6db74cce9cac40a4739c8a39b6a5a60fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();