(function() { const u = '/apps/statistics.php?aid=431508&browser=IE&created_date=20260305&created_hour=09&dduuid=469302b8f1b82&device=0&device_type=desktop&os=Windows&ssid=le1so58nhfodgc119saeni3t4s&t=1772673978&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f4584911aaece8bbe3066fdf07ae21de52eb930&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();