(function() { const u = '/apps/statistics.php?aid=448493&browser=IE&created_date=20260122&created_hour=22&dduuid=3b4314cec4965&device=0&device_type=desktop&os=Windows&ssid=a8buv4f7h0i6bm8vagh1ktpfh6&t=1769092563&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=895112202a575669ad940f0cf4a002d90a6ff45d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();