(function() { const u = '/apps/statistics.php?aid=375492&browser=IE&created_date=20260224&created_hour=17&dduuid=529e88814a51e&device=0&device_type=desktop&os=Windows&ssid=a6160c2sap1ral5a5spa72k81u&t=1771926929&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7e648441e148934840cad0ee503508123f27f12d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();