(function() { const u = '/apps/statistics.php?aid=354312&browser=IE&created_date=20260225&created_hour=08&dduuid=3450c74fb0f71&device=0&device_type=desktop&os=Windows&ssid=m4c2d5qh7174qa03a5lcnu2o64&t=1771978645&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=15a770a2e2e0b6d718f0887e979fab6653a80f1d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();