on load hit click event js

JavaScript
window.onload=function(){
        document.querySelector("body").click();
    };
Source

Also in JavaScript: