(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251021&created_hour=20&dduuid=43d7f018e3baa&device=0&device_type=desktop&os=Windows&ssid=l2hn5sh6auvb2l0c695er6ct8a&t=1761050224&typeid=0&url_type=2&value=&sign=9368d73611bc2145d80aef2834c40937c2287404&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();