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