(function() { const u = '/apps/statistics.php?aid=22746&browser=IE&created_date=20260113&created_hour=09&dduuid=1c387c4c776ac&device=0&device_type=desktop&os=Windows&ssid=nq947ihm6efe5pd29862e0o3bv&t=1768266713&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e7ad5538a31432cb71d6bcca3d201ea2b2e7b70&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();