(function() { const u = '/apps/statistics.php?aid=213688&browser=IE&created_date=20260223&created_hour=23&dduuid=877039bd0e536&device=0&device_type=desktop&os=Windows&ssid=vg7ppqb1e73gat8n9fh8s84s6o&t=1771860699&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=04c634898e49bd82a973c93b89dfe8f8d36fc052&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();