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