He probado con cambiar la web a parsear y como te dije al principio funciona con otra, en este caso escogí [URL]http://www.myuinvest.tk[/URL] y al hacer echo a $htmlCode me imprime la web...
Código PHP:
$htmlCode = file_get_html('http://www.myuinvest.tk');
echo $htmlCode;