Is there a free tracking script out there that will give me a list of IP addresses as well as what they visited on my website? Google Analytics will do this, but it won't tell you the IP.
by "script" do you mean javascript service type thing? statcounter would work but it's fairly limited. the only decent way to do stats is to get your access logs. from there you can analyze it with a variety of programs, or do custom queries, whatever you want.
the most easiest way is check with your web hosting company. but if you can make php script ... keep your stat in .txt log file and check it any time as you want.