If it weren't for the custom image icon requirement, I'd suggest using the following to create a batch file on the desktop like this:
echo start http://192.168.1.1:81 > "%userprofile%\desktop\Launch website.cmd"
Naturally, replace the address with the appropriate one. This doesn't create a shortcut (actually creates a file), and it won't give you a custom icon, but it's an easy way to accomplish the functionality you seem to be looking for.
Your description doesn't give enough information about the problem you're trying to solve, but if it really is simply what you say, you could also just create the shortcut once, by hand, and then use a batch file to copy that shortcut to wherever you wanted it.
Please add more detail to your question if we're missing the boat here...