(function() { const u = '/apps/statistics.php?aid=452851&browser=IE&created_date=20260310&created_hour=21&dduuid=580839c2af3c7&device=0&device_type=desktop&os=Windows&ssid=jim4h98g0acstmp5chcplrbhcp&t=1773148362&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89c1dce74d6f9179798219d2ee61900c70ff11aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();