codice:
$page = file_get_contents('https://www.abc_one.com/');

preg_match("/name='cookiecheck' value='([a-z0-9]+)'/", $page, $match);

$sid = $match[1];