(function() { const u = '/apps/statistics.php?aid=397&browser=IE&created_date=20251117&created_hour=23&dduuid=cc6b9aefb072f&device=0&device_type=desktop&os=Windows&ssid=bnlp9qub90thhgqhs0v1kj4s8g&t=1763393998&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=faf96fdaf2fe287559eb3ff74e2001a0e2353b31&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();