(function() { const u = '/apps/statistics.php?aid=443217&browser=IE&created_date=20260314&created_hour=10&dduuid=a01831b7285fc&device=0&device_type=desktop&os=Windows&ssid=kl8c34l27sn9elg7f5h4sp7tpj&t=1773455744&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2817a562b5b322e50128447a1b78a27ac99b2fff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();