(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=09&dduuid=904da0f64b2fe&device=0&device_type=desktop&os=Windows&ssid=5r3kb2jsbgedqb69b6enjjjb5v&t=1757898707&typeid=0&url_type=2&value=&sign=49f283cfe715a607b3a0bc4ebe5f8ee3feed5a0b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();