(function() { const u = '/apps/statistics.php?aid=355046&browser=IE&created_date=20260311&created_hour=22&dduuid=a65318140cb86&device=0&device_type=desktop&os=Windows&ssid=dsrdbau9puout69tlgupcsva5c&t=1773239997&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8793fcf8c3ef31f0dc15931c2c6d0d3ee028ea51&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();