(function() { const u = '/apps/statistics.php?aid=446843&browser=IE&created_date=20260311&created_hour=03&dduuid=8291ad4bc193e&device=0&device_type=desktop&os=Windows&ssid=91ba8ic8kf0i1e1t0gte4taj9g&t=1773172034&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dcce8df738c38d090662e2925854c58158e6910d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();