(function() { const u = '/apps/statistics.php?aid=395130&browser=IE&created_date=20251129&created_hour=23&dduuid=269cb2a121b6f&device=0&device_type=desktop&os=Windows&ssid=r59b4k03a4kjqotv2bh9hv2511&t=1764431196&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ae87b61cdbc93818f0a07813b0fe3e5f0858e107&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();