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