(function() { const u = '/apps/statistics.php?aid=454565&browser=IE&created_date=20260304&created_hour=18&dduuid=f3aa6b7a70118&device=0&device_type=desktop&os=Windows&ssid=8p3c7rlp1uptdc3qd8n41f2uq2&t=1772618561&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6aeeb02dc8b1933205edcfe551df37cad8fd0e40&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();