(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251101&created_hour=06&dduuid=f956cb5db92a6&device=0&device_type=desktop&os=Windows&ssid=6dprvs9h62b80ne64ds5973e7s&t=1761950798&typeid=0&url_type=2&value=&sign=d45ab64dda3dce9160f3b88d339994ce06c8dcc4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();