(function() { const u = '/apps/statistics.php?aid=404409&browser=IE&created_date=20260225&created_hour=16&dduuid=3f77848656ac6&device=0&device_type=desktop&os=Windows&ssid=2v2u262ergm1c63jd6ql49n52c&t=1772009310&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=efe4c7d345d6db604e4c1da7151623b4c7b23bcd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();