(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=17&dduuid=254c1f2933b32&device=0&device_type=desktop&os=Windows&ssid=9u4fb6q21rnqrse2vjdeq0fsf8&t=1758186493&typeid=0&url_type=2&value=&sign=2ce0d04bdda4043e440a0cba2354458f0b504269&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();