(function() { const u = '/apps/statistics.php?aid=437415&browser=IE&created_date=20260316&created_hour=17&dduuid=07bac9864ff28&device=0&device_type=desktop&os=Windows&ssid=bu7fllieje76s3ia67etspd9df&t=1773653448&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=74e545b382f5c4dc6843a65d54978e327d56b296&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();