(function() { const u = '/apps/statistics.php?aid=207623&browser=IE&created_date=20260112&created_hour=12&dduuid=af3564ab530eb&device=0&device_type=desktop&os=Windows&ssid=i8jq3i5l13m463bt31eg826rjh&t=1768193364&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e4039ef887505ce6fcd0712a833517b52dddf88c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();