(function() { const u = '/apps/statistics.php?aid=426395&browser=IE&created_date=20260113&created_hour=14&dduuid=662de80d88781&device=0&device_type=desktop&os=Windows&ssid=0abpdcfnn6nmo2r15nirddksd7&t=1768285274&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=78bf6672539b74eef98535e571c7c191a41a1602&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();