(function() { const u = '/apps/statistics.php?aid=454011&browser=IE&created_date=20260224&created_hour=05&dduuid=69ed8c6755427&device=0&device_type=desktop&os=Windows&ssid=eef194i56j3k45rlquvtqedcr4&t=1771881063&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f61ed337f623c6c3e76ded958c44ba5b5e1a0104&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();