(function() { const u = '/apps/statistics.php?aid=84113&browser=IE&created_date=20260310&created_hour=19&dduuid=ae484043a267a&device=0&device_type=desktop&os=Windows&ssid=p3fl3mselngg8t1tofju8he579&t=1773140462&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a5f0c34855882c9f22f7f3005fe0517610249e10&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();