(function() { const u = '/apps/statistics.php?aid=441809&browser=IE&created_date=20260306&created_hour=10&dduuid=53dd47090ef36&device=0&device_type=desktop&os=Windows&ssid=hkca4oqb4lccath2qc3m6d5sa1&t=1772763724&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8fb1137d12d1e4594d746a66e2a322683f892d08&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();