(function() { const u = '/apps/statistics.php?aid=340355&browser=IE&created_date=20260226&created_hour=00&dduuid=f50d4e42836c9&device=0&device_type=desktop&os=Windows&ssid=7e32tn7djptf44et2h61h6j778&t=1772036094&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc3269e13285b392c105834b9538965af3404725&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();