(function() { const u = '/apps/statistics.php?aid=404118&browser=IE&created_date=20260314&created_hour=08&dduuid=3f8641f82d185&device=0&device_type=desktop&os=Windows&ssid=ot68b60rlu7di69lkipqqpv1lf&t=1773447229&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fb5d2976c0db03687a1cb49609a1b1cdc5bebce2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();