(function () { var t = document.getElementById("metricscubestats").getAttribute("data-t"); var h = document.getElementById("metricscubestats").getAttribute("data-h"); var tit = document.title; var xhr = new XMLHttpRequest(); xhr.open('GET', 'https://api.metricscube.io/s?t=' + t + '&tit=' + tit + '&h=' + h + '&s=' + encodeURIComponent(window.location.href)); xhr.withCredentials = true; xhr.send(null); })();