Temporary fix: comment the $admin_notice;
In file:
/wp-content/plugins/wp-slimstat/admin/wp-slimstat-admin.php on line 11 change the
protected static $admin_notice = <<<EOF
to
protected static $admin_notice = '';
/*protected static $admin_notice = <<<EOF
and on line ca. 56
EOF;
to
EOF;*/