(function() { const u = '/apps/statistics.php?aid=432433&browser=IE&created_date=20260306&created_hour=02&dduuid=91ee97cb9dfba&device=0&device_type=desktop&os=Windows&ssid=0vr25imlpstsglh44jjtfetnvm&t=1772734415&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2e117affc582df3703b6f6599ac256b887788179&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();