(function() { const u = '/apps/statistics.php?aid=21088&browser=IE&created_date=20260113&created_hour=11&dduuid=20b102db8dcfc&device=0&device_type=desktop&os=Windows&ssid=cr7ht8tpprjp4du6k1p9d1k8on&t=1768273210&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=286115240dafee00f871dc55723fab3d9e6722f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();