(function() { const u = '/apps/statistics.php?aid=435745&browser=IE&created_date=20260305&created_hour=10&dduuid=26315206e2abe&device=0&device_type=desktop&os=Windows&ssid=ds1ho646l8b6a2tevmlspu2l79&t=1772677136&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=17e6ece3644e288ad9c2b5becb5da0d00d08362d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();