(function() { const u = '/apps/statistics.php?aid=437783&browser=IE&created_date=20260228&created_hour=01&dduuid=75e496c598b31&device=0&device_type=desktop&os=Windows&ssid=i8geohfe4urn1cf9c4gd35ill8&t=1772214463&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9faae4ac888cc5dd3722458ddd7fc34603e14484&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();