(function() { const u = '/apps/statistics.php?aid=357063&browser=IE&created_date=20251221&created_hour=23&dduuid=08a4581c6d67e&device=0&device_type=desktop&os=Windows&ssid=b55jp8s89bbd6inp5t0fdk1ugm&t=1766330722&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f73c7ea66b029374cb1596c56accdef91daf4520&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();