We use cookies to enhance your experience. Read more in our Privacy Policy.
`; document.body.appendChild(cookiePopup); document.getElementById("accept-all").addEventListener("click", function () { document.cookie = "cookieConsent=accepted; path=/; max-age=31536000"; cookiePopup.remove(); enableAnalytics(); }); document.getElementById("reject-all").addEventListener("click", function () { document.cookie = "cookieConsent=rejected; path=/; max-age=31536000"; cookiePopup.remove(); }); function enableAnalytics() { const script = document.createElement("script"); script.src = "https://your-analytics-script-url.com"; script.async = true; document.head.appendChild(script); } if (document.cookie.includes("cookieConsent=accepted")) { enableAnalytics(); } }, 500); });