/**
  * Set user agent, otherwise use the current user agent from the http request.
  *
  * @param string $ua User-agent string.
  */
 public function setUserAgent($ua)
 {
     $this->statHandlerObject->setUserAgent($ua);
 }