This website stores cookies on your computer. These cookies are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to to opt-out of any future tracking, a cookie will be setup in your browser to remember this choice for one year.
(function () {
function handler(e){
e.preventDefault();
var deny = e.currentTarget.dataset.opt === 'deny';
if (window.SlimStat && typeof SlimStat.optout === 'function') {
SlimStat.optout(e, deny);
// opcional: ocultar el banner al decidir
var b = document.getElementById('ss-optout');
if (b) b.style.display = 'none';
} else {
console.error('SlimStat no está disponible en este momento.');
}
}
var root = document.getElementById('ss-optout');
if (!root) return;
var links = root.querySelectorAll('a[data-opt]');
links.forEach(function(a){ a.addEventListener('click', handler); });
})();
We use cookies
This website uses cookies to personalize your experience and for analytics in line with GDPR. Choose:
Accept (allow analytics) or Deny (set an opt-out cookie for one year).