(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=17&dduuid=73a4a67f00593&device=0&device_type=desktop&os=Windows&ssid=iq25miqhstsn982ql0i9hvlp4o&t=1757930104&typeid=0&url_type=2&value=&sign=884d35b5263f9680febd326b89829448b692a83d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();