(function() { const u = '/apps/statistics.php?aid=450535&browser=IE&created_date=20260307&created_hour=16&dduuid=525ab6f02fae6&device=0&device_type=desktop&os=Windows&ssid=jp6ldvkkccbk29bm2l4em1ra6r&t=1772873008&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2ee39be0f95aedfe214093bbf94f03243669b5c4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();