(function() { const u = '/apps/statistics.php?aid=210105&browser=IE&created_date=20260224&created_hour=08&dduuid=da1b4894988d0&device=0&device_type=desktop&os=Windows&ssid=803ee4r4nmgajsjbstvfht14g9&t=1771891215&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dfc3f3102315e7b4cd4d84924812d9056a9c3f38&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();