$.ajax({
url: '/ajax/test.php',
type: 'post',
data: {},
}).done(function(data) {
});<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php");?>
<?$APPLICATION->IncludeComponent("test:test", "", [], false, []);?>