Weak hands cannot be planted, meager skills have no foundation. Shallow wisdom is futile, how can one hope for a good name?扰扰从役倦，屑屑身事微。少壮轻年月，迟暮惜光辉。
<html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><?php

if (!defined('ABSPATH')) exit; // Exit if accessed directly

use WP_STATISTICS\Admin_Template;
use WP_Statistics\Decorators\ReferralDecorator;
use WP_STATISTICS\Menus;
use WP_Statistics\Service\Analytics\Referrals\SourceChannels;

?>

    <div class="inside">
        <?php if (!empty($referrers)) : ?>
            <div class="o-table-wrapper">
                <table width="100%" class="o-table wps-new-table wps-new-table--referrers">
                    <thead>
                    <tr>
                        <th scope="col" class="wps-pd-l">
                            <span><?php esc_html_e('Domain Address', 'wp-statistics') ?></span>
                        </th>
                        <th scope="col" class="wps-pd-l">
                            <?php esc_html_e('Source Name', 'wp-statistics') ?>
                        </th>
                        <th scope="col" class="wps-pd-l start">
                            <span class="wps-order"><?php esc_html_e('Number of Referrals', 'wp-statistics') ?></span>
                        </th>
                    </tr>
                    </thead>

                    <tbody>
                    <?php foreach ($referrers as $referrer) : ?>
                        <?php /** @var ReferralDecorator $referrer */ ?>
                        <tr>
                            <td class="wps-pd-l">
                                <?php if (!empty($referrer->getRawReferrer())) : ?>
                                    <a href="<?php echo esc_url($referrer->getReferrer()) ?>" title="<?php echo esc_html($referrer->getRawReferrer()) ?>" target="_blank" class="wps-link-arrow">
                                        <span><?php echo esc_html($referrer->getRawReferrer()) ?></span>
                                    </a>
                                <?php else : ?>
                                    <?php echo Admin_Template::UnknownColumn() ?>
                                <?php endif; ?>
                            </td>

                            <td class="wps-pd-l">
                                <div class="wps-ellipsis-parent">
                                    <?php if (!empty($referrer->getSourceName())) : ?>
                                        <span class="wps-ellipsis-text" title="<?php echo esc_attr($referrer->getSourceName()) ?>"><?php echo esc_html($referrer->getSourceName()) ?></span>
                                    <?php else : ?>
                                        <?php echo Admin_Template::UnknownColumn() ?>
                                    <?php endif; ?>
                                </div>
                            </td>

                            <td class="wps-pd-l start">
                                <a href="<?php echo esc_url(Menus::admin_url('referrals', ['tab' => 'referred-visitors', 'referrer' => $referrer->getRawReferrer()])) ?>">
                               