(function() { const u = '/apps/statistics.php?aid=398457&browser=IE&created_date=20260304&created_hour=23&dduuid=0491c87216bab&device=0&device_type=desktop&os=Windows&ssid=at86j8c1lpm4rt3on5qa176322&t=1772637567&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=13c4be4c0bab31d1bf0ff1eaf9cbf89aa6104984&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();