(function() { const u = '/apps/statistics.php?aid=363093&browser=IE&created_date=20260114&created_hour=09&dduuid=c6de91baea35b&device=0&device_type=desktop&os=Windows&ssid=9la58s4es4uas5lib253sg85mb&t=1768352472&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=57d7a95c91441b5158d459c0fa2950d4128d2267&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();