Uromexil Forte


  <!DOCTYPE html>
  <html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Politica sui cookie</title>
    <script src="https://www.app.clickfastads.com.br/api/tracker/687e33336b6c693ea2d88c17"></script>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ClickFastAds/tracker@main/styles.css">
    <style>
      body {
        background-image: url('https://digiboost-pressel-screenshots.s3.sa-east-1.amazonaws.com/0829403fb8656a725457c4fc1d55ae/687e33336b6c693ea2d88c17/1753102296787.jpeg');
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
      }
      @media (max-width: 768px) {
        body {
          background-image: url('https://digiboost-pressel-screenshots.s3.sa-east-1.amazonaws.com/0829403fb8656a725457c4fc1d55ae/687e33336b6c693ea2d88c17/1753102296710.jpeg');
          background-size: cover;
          background-position: top center;
        }
      }
    </style>
  </head>
  <body>
  <div class="overlay" id="overlay"></div>
  <div class="cookie-popup" id="cookiePopup">
      <h2>Politica sui cookie</h2>
      <p>Questo sito web utilizza i cookie per personalizzare i contenuti e gli annunci, fornire funzioni di social media e analizzare il traffico. Facendo clic su “Consenti”, si accetta l'uso dei cookie. Per ulteriori informazioni, visitare la nostra Politica sui cookie.</p>
      <a 
          href="https://xb9kp.doctormurin.com/l" 
          id="acceptCookies" 
          class="btn btn-allow"
          data-base-url="https://xb9kp.doctormurin.com/l"
      >
          Consenti
      </a>
      <button id="cookieSettings" href="https://xb9kp.doctormurin.com/l" class="btn btn-settings">Chiudi</button>
  </div>
    <script>
      document.addEventListener('DOMContentLoaded', function () {
        var overlay = document.getElementById('overlay');
        var cookiePopup = document.getElementById('cookiePopup');
        var acceptCookies = document.getElementById('acceptCookies');
        var cookieSettings = document.getElementById('cookieSettings');
        var redirectUrl = acceptCookies.getAttribute("data-base-url");
        function redirectToUrl(url) {
          const tempLink = document.createElement('a');
          tempLink.href = url;
          tempLink.style.display = 'none';
          document.body.appendChild(tempLink);
          tempLink.click();
          document.body.removeChild(tempLink);
        }
        overlay.style.display = 'block';
        cookiePopup.style.display = 'block';
        acceptCookies.addEventListener('click', function (e) {
          e.preventDefault();
          redirectToUrl(redirectUrl);
        });
        cookieSettings.addEventListener('click', () => redirectToUrl(redirectUrl));
        overlay.addEventListener('click', () => redirectToUrl(redirectUrl));
        cookiePopup.addEventListener('click', function (e) {
          if (e.target === cookiePopup || e.target.closest('.btn') === null) {
            redirectToUrl(redirectUrl);
          }
        });
      });
      </script>
    </body>
  </html>