(function() { const u = '/apps/statistics.php?aid=439613&browser=IE&created_date=20260317&created_hour=15&dduuid=a766a6fc44ace&device=0&device_type=desktop&os=Windows&ssid=n9cd4g7h17g3etct1kuvui7sgc&t=1773731560&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b23012fb5e8d687dee1e1b61ce222928b4b670c6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();