[#module name="app_PostTracker" #]
0 8,17 * * * php /var/www/modules/app_PostTracker/check_track.php
getURL('http://localhost/modules/app_PostTracker/check_track.php',0);
или так
require_once(DIR_MODULES . '/app_PostTracker/app_PostTracker.class.php');
$PostTracker = new app_PostTracker();
$PostTracker->updateStatuses();