I got solution of this problem.
In social_stats_graph
function to include ListsStats.php
file use
$BKD=plugin_dir_path( __FILE__ ). 'includes/ListsStats.php'; require_once($BKD);
instead of
require_once(ABSPATH . 'wp-content/plugins/social_stats_graph/includes/ListsStats.php');