(function() { const u = '/apps/statistics.php?aid=448636&browser=IE&created_date=20260122&created_hour=09&dduuid=0960eebac2397&device=0&device_type=desktop&os=Windows&ssid=f0nq659m9fu73uqh1q0tofso68&t=1769045202&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9526ff2bb277408d16c6f539b1056226ef7c3c73&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();