(function() { const u = '/apps/statistics.php?aid=450147&browser=IE&created_date=20260226&created_hour=07&dduuid=9ddf9134e55b4&device=0&device_type=desktop&os=Windows&ssid=2lhffeub39erjpba81neuiccem&t=1772060805&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a977c0efaa1ada30003e9b41c6dfa88cf7cc9d50&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();