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