(function() { const u = '/apps/statistics.php?aid=395863&browser=IE&created_date=20260131&created_hour=23&dduuid=e590657302c30&device=0&device_type=desktop&os=Windows&ssid=4omb1ub320c5obur8h9bpa85n2&t=1769873249&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2170a1ff4518f16d12706fcaef6978f36e8716f1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();