(function() { const u = '/apps/statistics.php?aid=264527&browser=IE&created_date=20260315&created_hour=13&dduuid=f648eef4e41c3&device=0&device_type=desktop&os=Windows&ssid=621o9guogn2vv2e8rdhqmo3b32&t=1773552972&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1ff39280cc71dfb7fa526df291782606c9b12866&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();