(function() { const u = '/apps/statistics.php?aid=324710&browser=IE&created_date=20260313&created_hour=23&dduuid=b63303a9e8b11&device=0&device_type=desktop&os=Windows&ssid=lfd74p4chb51ns0tluf4a3mt1o&t=1773415303&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=04cace832567768f87b241676eed76bf6023c2ef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();