(function() { const u = '/apps/statistics.php?aid=405315&browser=IE&created_date=20260124&created_hour=09&dduuid=770249ead8029&device=0&device_type=desktop&os=Windows&ssid=qb5dc1esqtl0r68enj26kk7udk&t=1769218870&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=28d9b884cdb14d5ae6250874685d9f16e8697490&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();