(function() { const u = '/apps/statistics.php?aid=294961&browser=IE&created_date=20260314&created_hour=02&dduuid=dbb73a9cb5d0b&device=0&device_type=desktop&os=Windows&ssid=ota4ki2fl5mr8bt6900hfl6c6j&t=1773427653&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=680f0c878a2f491d61cff6858c1d43fa39be33a8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();