(function() { const u = '/apps/statistics.php?aid=98721&browser=IE&created_date=20260303&created_hour=14&dduuid=9db23a4d91320&device=0&device_type=desktop&os=Windows&ssid=t1obs3ikqrq16bs02a3acu4707&t=1772518503&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8345e2ba4d3f93d239eacfcb13d1280371cf7f92&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();