// source --> https://gratis-verdienst.de/wp-content/plugins/defend-wp-firewall/admin/js/defend-wp-firewall-sync.js?ver=1.1.6 
jQuery(document).ready(function ($) {
    setTimeout(function () {
        var data = {
            'action': 'firewall_sync_ptc',
            'security': defend_wp_firewall_sync_obj.security,
        };

        jQuery.post(defend_wp_firewall_sync_obj.ajaxurl, data, function (response) {
        });
    }, 1000);
});