(function() { const u = '/apps/statistics.php?aid=442556&browser=IE&created_date=20260311&created_hour=08&dduuid=85be4ed11e1a7&device=0&device_type=desktop&os=Windows&ssid=su50rg55bcmpfc5kac5fv97lee&t=1773189520&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=112d18f5e7945828d455ceb967d099b5ca019cb5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();