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