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