дописал в файл строки st.php и удалил .htaccess, в корне
<?php
header('Access-Control-Allow-Origin: http://мой.ru');
header('Vary: Origin');
header('Access-Control-Allow-Methods: GET');
header('Content-type: application/json; charset=utf-8');
if($f = file_get_contents('http://counter.yadro.ru/values?site=мой.ru')) {
exit(parse_ini_string($f)['LI_today_hit']); //это хиты за месяц, указывайте сами какие нужны
}