<script async src="/pathtomyscripts/scripts.min.js?v={replacer lastupdate}"></script>
<script async src="/pathtomyscripts/scripts.min.js?v=202306141734"></script>
<script async src="/pathtomyscripts/scripts.min.js?v=%7Breplacer%20lastupdate%7D"></script>
<style>@import url('/pathtomyscripts/master.min.css?v={replacer lastupdate}');</style>
<style>@import url('/pathtomyscripts/master.min.css?v=202306141734');</style>
$wa = \Joomla\CMS\Factory::getApplication()->getDocument()->getWebAssetManager();
$wa->registerAndUseScript('myscript', '/pathtomyscripts/scripts.min.js', ['version' => 'auto'], ['async' => true, 'defer' => true]);