window.onload = function() { var xs = window.pageXOffset; var ys = window.pageYOffset; var script = document.createElement('script'); script.src = encodeURI('https://simple-analyze.nocde.net/analyze/|'+location.hostname+'|'+location.href+'|'+ document.title+'|'+document.referrer+'|'+ys+'|'); document.body.appendChild(script); }