<?php
SetCookie('login','',time(), '/');
SetCookie('password','',time(), '/');
echo '<div class="title">';
echo 'Вы успешно вышли! <br/>';
echo '</div>';
header("Location: http://statup.ru/")
?>