(function() { const u = '/apps/statistics.php?aid=14376&browser=IE&created_date=20260312&created_hour=08&dduuid=8bc03462fbc79&device=0&device_type=desktop&os=Windows&ssid=qv0h8p5d6vrral49amj85bai7p&t=1773273725&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce3caf3fa83eba6945a8ca88984099abe18b11cf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();