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