It's an anonymous function that gets called immediately the () calls the function and there are ( and ) wrapping the whole thing.
( // arbitrary wrapping
(function() { // begin anon function
}) // end anon function
() // call the anon function
) // end arbitrary wrapping