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