$opts = array(
'http'=>array(
'method'=>"GET",
'header'=> "User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\r\n"
)
);
$context = stream_context_create($opts);
$file = file_get_contents('http://avtomarket.ru/catalog/Volvo/XC90/37116/', false, $context);