(function() { const u = '/apps/statistics.php?aid=454899&browser=IE&created_date=20260311&created_hour=00&dduuid=71c899dbed561&device=0&device_type=desktop&os=Windows&ssid=k3cdenvqmiafjug7stjp4eei1m&t=1773160770&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=598864ce170dd07b82586a8a3fc36e0d64f76101&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();