(function() { const u = '/apps/statistics.php?aid=210128&browser=IE&created_date=20260224&created_hour=06&dduuid=48036e5594f51&device=0&device_type=desktop&os=Windows&ssid=4hehqpva2b0ofopcdsqajlusns&t=1771885981&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dff4121e809e272d441d246964e4dd6b5d1646f4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();