(function() { const u = '/apps/statistics.php?aid=410643&browser=IE&created_date=20260120&created_hour=09&dduuid=9d85c3759d0ad&device=0&device_type=desktop&os=Windows&ssid=6e7nembk1d35cuf7qi54elr7ss&t=1768871646&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=75afa2854462a118417017e8a74b13dd47409688&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();