(function() { const u = '/apps/statistics.php?aid=448442&browser=IE&created_date=20260312&created_hour=23&dduuid=00ed052b586e0&device=0&device_type=desktop&os=Windows&ssid=fv0pfmbm4tbsg5c02furqk6qou&t=1773330417&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=85731071001455df9dbb19c246b475262b259d7b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();