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