(function() { const u = '/apps/statistics.php?aid=455661&browser=IE&created_date=20260311&created_hour=00&dduuid=471a6f0970cd6&device=0&device_type=desktop&os=Windows&ssid=3cuarl9jcn6j800tsmrff6f6sr&t=1773160139&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b799812a66220dc0cbc0d5fa36d1f804303b518a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();