(function() { const u = '/apps/statistics.php?aid=363164&browser=IE&created_date=20260225&created_hour=03&dduuid=7c45c7c6ee8ec&device=0&device_type=desktop&os=Windows&ssid=vppq49qrm41ah5kl7b7pn9v0fs&t=1771962485&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=518d1e9360f1e1f64b6732e2552d5d16d40ad73f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();