(function() { const u = '/apps/statistics.php?aid=443802&browser=IE&created_date=20260314&created_hour=01&dduuid=0348f23054548&device=0&device_type=desktop&os=Windows&ssid=2ehkmvr4i7ghk2odra6iidm1gm&t=1773423377&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=863372942e3941d988a691886b53aa293429bc86&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();