(function() { const u = '/apps/statistics.php?aid=213692&browser=IE&created_date=20260121&created_hour=18&dduuid=c0f071db91d8e&device=0&device_type=desktop&os=Windows&ssid=9vjr82q1mjri3htgojm8i001vq&t=1768990356&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c36eaf3936e23dd70f5d8733dc05139ebfa7d0db&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();