(function() { const u = '/apps/statistics.php?aid=402131&browser=IE&created_date=20260315&created_hour=23&dduuid=8e39f7002f5d5&device=0&device_type=desktop&os=Windows&ssid=8b71fs4ehfbm1bhstttg7pf3r8&t=1773587459&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f2682c8ea61776d04aca1c1b8b7211776e79634e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();