Hey try this one if you haven´t restarted your computer ( you can try it with restarted PC too ).
Copy and paste this into a blank notepad text document:
@echo off
ipconfig/displaydns > temp.txt
find "Record Name" temp.txt > WebsitesVisited.txt
del temp.txt
Then save and name your text document as a .bat file. You can name it whatever you wish other than the extension. Running it will create a file called "temp.txt" in the same directory and you can see all of the most recent sites you've visited. You have to pick it out though, it will NOT be in any order.
Here is an url explaining how to make a .bat file if you dont get it from the text.
http://www.wikihow.com/Write-a-Batch-Filealso if that doesnt work try this one, that worked for me but its a bit more complicated:
http://lifehacker.com/how-can-i-restore-closed-tabs-after-accidentally-quitti-1452314285