(function() { const u = '/apps/statistics.php?aid=38471&browser=IE&created_date=20260303&created_hour=18&dduuid=ecbb9d6fcd709&device=0&device_type=desktop&os=Windows&ssid=573pd984p69sqmv9738rc10b9j&t=1772535288&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f57f9d030ff184aedb98a6a4c0474d8d402eaf92&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();