(function() { const u = '/apps/statistics.php?aid=11219&browser=IE&created_date=20260305&created_hour=16&dduuid=ca01a0744b9a2&device=0&device_type=desktop&os=Windows&ssid=lh8k4cta5aoqaie2qin8o5hnkv&t=1772700600&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f39bcf37c81a1952fdff8859052a0be6e028d9bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();