LOG.fine("Sending statistical information");
try
{
ServerService ss = ServerService.getInstance();
ss.ping(installationId, version, runs, OS_NAME, JAVA_VERSION, accountEmail,
accountPassword);
infoSent = true;
LOG.finer("Statistical information successfully sent.");