(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251017&created_hour=01&dduuid=946c4d1267276&device=0&device_type=desktop&os=Windows&ssid=94i7dr4b2a5vpq4rn4l4u1o0p1&t=1760636121&typeid=0&url_type=2&value=&sign=150e970f8df8b9ed7bd4e0a804dd4938a2435013&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();