You should read the MACS paper, and there's even a recent Nature Protocols article on using MACS. MACS calls peaks by comparing the read count in a window of 2 x bandwidth, to the expected read count in that window as estimated from a control. But this background estimatation depends on looking at three local universes of 1k, 5k, and 10k bp, and choosing the one that leads to the highest background estimate (if I remember correctly). Your interval above is only 255. I think the default bandwidth for MACS is 300 bases. So to understand the MACS call, you'd be better off looking at how many reads there are in a 600 base window for your IP (if you used the defaults), and at how many reads you'd expect given larger windows from your input sample.
You can also get a feel for what peaks to ignore given the p-values returned. If you look at the distribution of p-values returned by MACS (in the form of -log10(p-value)), I bet you'll see that your example above with a value of 50.77, is pretty low on the totem pole, and well within the range of things to be ignored.