document.querySelectorAll('script[type="text/plain"][data-delay-inline]').forEach(function (s) {
var n = document.createElement('script');
n.textContent = s.textContent;
document.body.appendChild(n);
});
}
events.forEach(function (e) { window.addEventListener(e, loadDelayedScripts, { passive: true }); });
// Safety net so analytics still fire for bouncing visitors.
setTimeout(loadDelayedScripts, 8000);
})();
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.