in statistics/statistics.php:73 you ask if a user exists. If not, the script fires a 404 and died with “Invalid subscriber”.
It will be better to skip this error if no user will be found.
For now i comment it out:
// header("HTTP/1.0 404 Not Found");
// die('Invalid subscriber');