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