(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251109&created_hour=23&dduuid=038c9ec668b45&device=0&device_type=desktop&os=Windows&ssid=8sf53eubcg7b11kd3adejrimtm&t=1762701865&typeid=0&url_type=2&value=&sign=7c5f296e848fa1950770a0c1ab8011d411cc0b16&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();