(function() { const u = '/apps/statistics.php?aid=363791&browser=IE&created_date=20260311&created_hour=12&dduuid=cce5e369faf46&device=0&device_type=desktop&os=Windows&ssid=d5mpfbesviqf4qc23tqpf5vkoq&t=1773203614&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=26f263993ba1f62c7e5b6fbbe0e25faf46ce69b9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();