(function() { const u = '/apps/statistics.php?aid=453064&browser=IE&created_date=20260310&created_hour=10&dduuid=23d81eff5857a&device=0&device_type=desktop&os=Windows&ssid=vgi3272v4er4hmf773qha0b9j4&t=1773110188&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=34c8f2550c73ebe497d5c46f61f1e5bcb07151ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();