(function() { const u = '/apps/statistics.php?aid=414383&browser=IE&created_date=20260307&created_hour=19&dduuid=898e768147586&device=0&device_type=desktop&os=Windows&ssid=3nf4ljqg32dji4ajqjeqcr6725&t=1772884514&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e60b4747e24bb439e67000614ea08d93b7b5959&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();