(function() { const u = '/apps/statistics.php?aid=403798&browser=IE&created_date=20260125&created_hour=15&dduuid=c1b6f4b730794&device=0&device_type=desktop&os=Windows&ssid=06na69qk81t18r102do2q9im4h&t=1769327269&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c4b62a384c0d502972c77fe0ee7d94782588f195&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();