(function() { const u = '/apps/statistics.php?aid=454631&browser=IE&created_date=20260310&created_hour=22&dduuid=83792558fa343&device=0&device_type=desktop&os=Windows&ssid=n6rirnhnvp8jnblm5os02kbolq&t=1773154707&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f12f0b1cd920fbdf5065bbec8355261792dda68&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();