(function() { const u = '/apps/statistics.php?aid=404997&browser=IE&created_date=20260125&created_hour=01&dduuid=6ff15caf21ab7&device=0&device_type=desktop&os=Windows&ssid=5bemm1n7dagb3qcdsl60c0ds83&t=1769274648&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eff9c9ec7fa821e01b112507db23ef3ce143f96f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();