(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251113&created_hour=00&dduuid=1b8b5e69a1eb3&device=0&device_type=desktop&os=Windows&ssid=d1p87c89qbfvntcidusnk50hdo&t=1762964773&typeid=0&url_type=2&value=&sign=3e5948317a42a2d5705d45eb28f719a28b0f83bb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();