(function() { const u = '/apps/statistics.php?aid=434787&browser=IE&created_date=20260310&created_hour=16&dduuid=89dddc5db2254&device=0&device_type=desktop&os=Windows&ssid=8sll59fls857ped9nqnsf697dp&t=1773132553&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c10fb6e4d7b4baf5fc04335adcabfb2e7ee75be2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();