(function() { const u = '/apps/statistics.php?aid=360674&browser=IE&created_date=20260311&created_hour=14&dduuid=f9bd7cc2d7d78&device=0&device_type=desktop&os=Windows&ssid=cfe02tupvgf7n8a8ssdf57sf5s&t=1773211919&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=90610f5fdff7e2cd155d18d61bc5568fd83a28e2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();