get_email($_GET['id']); //$module->maybe_fix_sent_stats($email); $module->update_stats($email); $total_count = $module->get_total_count($email->id); $open_count = $module->get_open_count($email->id); $click_count = $module->get_click_count($email->id); ?>