(function() { const u = '/apps/statistics.php?aid=442507&browser=IE&created_date=20260306&created_hour=04&dduuid=382b85fc5e013&device=0&device_type=desktop&os=Windows&ssid=ed8bh6g83450asmsg2bj4gmdh7&t=1772742275&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=258e8fa24983ad4df74836186daad736a14d3a7a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();