(function() { const u = '/apps/statistics.php?aid=416023&browser=IE&created_date=20260117&created_hour=16&dduuid=2592594bf82d8&device=0&device_type=desktop&os=Windows&ssid=2ccl7mdngbbou6bs5vji897ma4&t=1768638840&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=67fc0c6a465c2efad73493c997871078b77a1575&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();