(function() { const u = '/apps/statistics.php?aid=444185&browser=IE&created_date=20260315&created_hour=22&dduuid=80a2fcac35f64&device=0&device_type=desktop&os=Windows&ssid=0i58biplf1rsv6mfv21qmejceb&t=1773584004&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce27e34bc0547a2dfc115255bfa33166dbc09858&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();