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