How to make the page self refresh once when the page is loaded

Hello, friends. I wonder how to make the page self refresh when it is loaded.

I have code like
<body onload=“self.location=self.location”>

Then it start to refresh on and on when the page is loaded.
How should I code so that it only refresh once when the page is loaded?

Thanks very much in advance!Regards!