(function() { const u = '/apps/statistics.php?aid=454349&browser=IE&created_date=20260308&created_hour=03&dduuid=ab881041f4862&device=0&device_type=desktop&os=Windows&ssid=du8soa3n1d4qm1pq2nditg862u&t=1772912213&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=43528b1cb76ba5a364856d24aaf6110cfa577f0e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();