(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251113&created_hour=01&dduuid=2702c2e68d1a1&device=0&device_type=desktop&os=Windows&ssid=8eq4e0dmga27j1ds6o6dei5dg1&t=1762969592&typeid=0&url_type=2&value=&sign=c9146a14280258610675f66ffae1977e0a36d3b0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();