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