(function() { const u = '/apps/statistics.php?aid=432336&browser=IE&created_date=20260224&created_hour=16&dduuid=98eb1c866affd&device=0&device_type=desktop&os=Windows&ssid=gbjs9g0toafc3oim8016gh1ui5&t=1771920754&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d747b68b17a68a837257a3ec931b0c84eefaf96&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();