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