(function() { const u = '/apps/statistics.php?aid=450689&browser=IE&created_date=20260225&created_hour=20&dduuid=c96f6d43295a6&device=0&device_type=desktop&os=Windows&ssid=omhssd7ffd1e7l8gg6c53tldqe&t=1772020966&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=203be8eb398c35f1759757835d405aa196921c74&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();