(function() { const u = '/apps/statistics.php?aid=441919&browser=IE&created_date=20260308&created_hour=00&dduuid=e6fe98be197c0&device=0&device_type=desktop&os=Windows&ssid=0777ndsjircpup3nqkfvk6g9dn&t=1772901820&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=30245e8b998db8a088f283490c32b977862375ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();