(function() { const u = '/apps/statistics.php?aid=443868&browser=IE&created_date=20260313&created_hour=21&dduuid=8af1e224ca20a&device=0&device_type=desktop&os=Windows&ssid=6anarp83vc2ruotthc1q2d7k30&t=1773410262&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b90ddf6a6793ddd843b2c85139aabbc1d1f3fcae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();