(function() { const u = '/apps/statistics.php?aid=20816&browser=IE&created_date=20260304&created_hour=23&dduuid=0bfd9b8ce0993&device=0&device_type=desktop&os=Windows&ssid=ltdn9tpm2r312ve8usduvqfcrp&t=1772637653&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a4e3be55aa4e2bf907c8dc08d5c7c0b9b04df172&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();