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