(function() { const u = '/apps/statistics.php?aid=437783&browser=IE&created_date=20260224&created_hour=09&dduuid=f513a92c04193&device=0&device_type=desktop&os=Windows&ssid=1eb9jpl28pr3jtcvv1nhd49t28&t=1771895422&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d18ec415ff0ec860f5018779f737fd6dce646bd1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();