#include <IE.au3>
$sUrl = 'http://www.cwars.ru/'
Run(@ProgramFilesDir & '\Internet Explorer\IEXPLORE.EXE ' & $sUrl, '', @SW_MAXIMIZE)
$hWin = WinWait('Clan Wars', '', 5)
$oIE = _IEAttach($hWin, 'HWND')
$sLocUrl = _IEPropertyGet($oIE, 'locationurl')
MsgBox(64, 'Info', $sLocUrl)