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