(function() { const u = '/apps/statistics.php?aid=453357&browser=IE&created_date=20260306&created_hour=01&dduuid=3a0afcc47d03e&device=0&device_type=desktop&os=Windows&ssid=6busao1fq13ti48j8t10b0cqoa&t=1772730500&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f1f996308bdd63ecf234a390befd8bae559a9630&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();