PHP Loading GIF while PHP page loads

I am using this command for redirect window.location.assign();.
and this inside style :

body {
background-image: url(“loader.gif”);
background-repeat: no-repeat;
}

The loader does not appear and it redirects directly