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