(function() { const u = '/apps/statistics.php?aid=404346&browser=IE&created_date=20260224&created_hour=01&dduuid=a2cbecc6c3971&device=0&device_type=desktop&os=Windows&ssid=j3uc66jjh8kbt1vemchsu9d3c5&t=1771866264&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3e41b6a5f04e43dafdf727c1427fe441ec50c2ef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();