(function() { const u = '/apps/statistics.php?aid=441163&browser=IE&created_date=20260227&created_hour=18&dduuid=785fc114007cb&device=0&device_type=desktop&os=Windows&ssid=ak02lbnmk9ull2j8ti4ndr1a9d&t=1772189738&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6ee6f34700fdaa2ae3687b03390762c7e39cb894&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();