If arguments need to be passed that do NOT change, simply make a small php file with an include statement like below and call this new cron file instead.
Example new_cron.php:
Example new_cron.php:
PHP Code:
<?php
include('path/filename.php?foo=xxx&bar=xxx');
?>