Automatically load WordPress page on server every XX hours

You could use the WP-Cron functions to scheduled events. Note though that this is pseudo-cron- it requires someone (or a bot) visit your site for the events to execute.

To fire events more reliably, search for scheduling cron jobs (linux) or scheduled tasks (win). Depending on your hosting, you may have access to simple tools to schedule events, for example cPanel has a GUI for setting up cron jobs.