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