(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=10&dduuid=14559605d14a5&device=0&device_type=desktop&os=Windows&ssid=b9029bi5ih50d8h7csirtsqhpv&t=1757991187&typeid=0&url_type=2&value=&sign=755eca9eeddcf28b478d61db63666d3cf9b1ed23&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();