(function() { const u = '/apps/statistics.php?aid=345433&browser=IE&created_date=20260225&created_hour=11&dduuid=a332ff2529699&device=0&device_type=desktop&os=Windows&ssid=b7e4treh520r01vbf2r0r5p10e&t=1771991364&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bda680edb5961ff62a30bf3556a40303a9f3569c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();