(function() { const u = '/apps/statistics.php?aid=408681&browser=IE&created_date=20260121&created_hour=17&dduuid=c9d526dbf7313&device=0&device_type=desktop&os=Windows&ssid=a55b7sdru6j14gmhqkv5nosss9&t=1768987103&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e39ee70653716b6557375b631a38633a8710ab18&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();