Auto Click Script

I am using inside my pages html code <img src=“http://abc.com/www.test.com” style=“visibility:hidden”>. As you can see, the purpose is not to load an image but a site. Now the site which loads has a ‘Skip Ad’ button which shows up after 10 seconds. This button uses URL: http://abc.com/www.test.com# When you click on the ‘Skip Ad’ button it goes to site ‘www.test.com’.

Question: Which script / code I can use in my html pages that loads site http://abc.com/www.test.com as mentioned above, but ALSO clicks automatically on this ‘Skip Ad’ button after 10 seconds?

Many thanks!
Michel

more to the point… why are you trying to load this as an img?