(function() { const u = '/apps/statistics.php?aid=210330&browser=IE&created_date=20260223&created_hour=15&dduuid=8869d9e49396c&device=0&device_type=desktop&os=Windows&ssid=iodi92pkfk9dutsfhc6331v8nq&t=1771832700&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0ab0fa23264b3671c8e305c6636489b30e7b06d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();