(function() { const u = '/apps/statistics.php?aid=440235&browser=IE&created_date=20260314&created_hour=15&dduuid=9afde73ae85f9&device=0&device_type=desktop&os=Windows&ssid=heppqui0dumvmucr6sq10ia8u2&t=1773472250&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05078d1fab7643ab659155729d68b744841c47c2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();