"statistics", "data" => $statisticsReport); $result = Download::asStringPost(CONFIG_REPORTING_URL, $params, 30, $code); if ($code != 200) { EventLog::warning("Statistics Reporting failed: " . $code, $result); } } }