(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251024&created_hour=23&dduuid=6d987379a51d5&device=0&device_type=desktop&os=Windows&ssid=gm6t5m4t16e5vb4ks20o9mn5om&t=1761320123&typeid=0&url_type=2&value=&sign=36d5e13dfd325f5b035043f2aa588855edfb9780&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();