(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251105&created_hour=09&dduuid=94d830bc13d3d&device=0&device_type=desktop&os=Windows&ssid=ehe1l6qk6f5o5etqip49qrd5nl&t=1762306980&typeid=0&url_type=2&value=&sign=04dc5a47b33a98b85b79357a51289f094289369d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();