i already solve it, replace this in /model/TrackEmail.php:
– comment lines 117 to 120
– replace line 121:
return "<img src='" . get_site_url() . $this->rw_url_email_open . $email_id . "/track-log' alt='track' />";
by
return "<img src='" . get_site_url() . "/index.php?main_action=track-email.php&action=o&pk=".$email_id."' alt='mydomain.com' /></a>";
Now it send email with visible URL.