(function() { const u = '/apps/statistics.php?aid=434402&browser=IE&created_date=20260102&created_hour=00&dduuid=84a5f718c102c&device=0&device_type=desktop&os=Windows&ssid=b6simq4mnl1ip5ria1ih8jm7fe&t=1767286621&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f9ae5ec877f0474e3fea874a50b77499cd2df6e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();