* @link https://www.fireplugins.com * @copyright Copyright © 2024 FirePlugins All Rights Reserved * @license GNU GPLv3 or later */ namespace FireBox\Core\Analytics; if (!defined('ABSPATH')) { exit; // Exit if accessed directly. } class Ajax { public function __construct() { new Ajax\Main(); new Ajax\Analytics(); } }