(function() { const u = '/apps/statistics.php?aid=454440&browser=IE&created_date=20260304&created_hour=23&dduuid=4b57d24057c0f&device=0&device_type=desktop&os=Windows&ssid=4020oemmk5st16o6rut2anfamn&t=1772637141&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5137823af5a4fa3d499d5c19165b6acd2698e1e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();