(function() { const u = '/apps/statistics.php?aid=443790&browser=IE&created_date=20260223&created_hour=21&dduuid=a2a1bd6708d7f&device=0&device_type=desktop&os=Windows&ssid=uile1m4gfanprd2ekn428hv8iv&t=1771853728&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c05bfdc753782d3ceb63e37afd9a2ac86dbfdbf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();