(function() { const u = '/apps/statistics.php?aid=455901&browser=IE&created_date=20260311&created_hour=00&dduuid=339d8d7e4e347&device=0&device_type=desktop&os=Windows&ssid=6qudetnitjlh7o2bugt3524k6c&t=1773160100&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=149b4d8f4895c9ab504f58f38738c483a799484e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();