(function() { const u = '/apps/statistics.php?aid=406138&browser=IE&created_date=20260225&created_hour=08&dduuid=3a9e359731329&device=0&device_type=desktop&os=Windows&ssid=l26dm8e6b92d9a8lahs6iteuqu&t=1771980780&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=72dbd21a16a3edf6b711e8bdfb46cbf967d19ffd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();