url.vbs файл
Set ie = WScript.CreateObject("InternetExplorer.Application")
'ie properties
ie.ToolBar = 1
ie.StatusBar = 0
ie.Width = 800
ie.Height = 600
ie.Visible = 1
Do While ie.Busy: Loop
'navigate to content filter page
ie.Navigate("https://kas23.ru/")