(function() { const u = '/apps/statistics.php?aid=426778&browser=IE&created_date=20260124&created_hour=17&dduuid=18553a16ca80a&device=0&device_type=desktop&os=Windows&ssid=bg5f2v3912tc4ce6nn3jtv007s&t=1769246022&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a6f5768df81e11d24e8abcaeeeb010560c43a80d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();