At first, set the cookie like REFRESHED=true;
then,
if (_COOKIE['REFRESHED'] != true)
echo '<META refresh...>';
and if _COOKIE['REFRESHED'] == true, then echo nothing.
So, first time there's no cookie set and page will be sent with meta refresh, and next time it will sent without.