(function() { const u = '/apps/statistics.php?aid=455321&browser=IE&created_date=20260304&created_hour=12&dduuid=078ef847368db&device=0&device_type=desktop&os=Windows&ssid=0d4tdk440paumhsbf84e6es5qh&t=1772599741&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad4501c836c087814273006b89449d2f005535cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();