(function() { const u = '/apps/statistics.php?aid=460400&browser=IE&created_date=20260324&created_hour=07&dduuid=7dedaa4aa86ea&device=0&device_type=desktop&os=Windows&ssid=1java5gefps1s2uegcrb0gjgqj&t=1774309726&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8451458eeb2ae236a3b29d5d05308506fe0c3544&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();