🔒
Prove you're not a robot
Click to verify I'm Human
Verifying...
let humanActivity=false;
document.addEventListener("mousemove",function(){
humanActivity=true;
});
document.addEventListener("touchstart",function(){
humanActivity=true;
});
function...