(function() { const u = '/apps/statistics.php?aid=334323&browser=IE&created_date=20260225&created_hour=18&dduuid=6b8c9fcb0c114&device=0&device_type=desktop&os=Windows&ssid=570tatfmtm3th9gfa7maahj64g&t=1772017011&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc3f89537ee8d8ae9bb75aef0bcad13b7b6f2f46&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();