(function() { const u = '/apps/statistics.php?aid=72279&browser=IE&created_date=20260310&created_hour=17&dduuid=43c0fedac1504&device=0&device_type=desktop&os=Windows&ssid=943l3du058i23kgm3esqdnusnh&t=1773134864&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d9eeef7b6305c6d1968dfe2abd611a779c7c12d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();