(function() { const u = '/apps/statistics.php?aid=453757&browser=IE&created_date=20260319&created_hour=07&dduuid=bfc7ca45f71b1&device=0&device_type=desktop&os=Windows&ssid=oml93ogt770ba4uqrfefc7it20&t=1773877242&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=969f12df4e82aa59a8df462ac6df3b8fd4f09063&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();