(function() { const u = '/apps/statistics.php?aid=97311&browser=IE&created_date=20260308&created_hour=16&dduuid=90ac540cee7f3&device=0&device_type=desktop&os=Windows&ssid=gip4fqq82o3pifdvc2ark1o7oo&t=1772959610&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec20037bb0e9ceb399d8600684d70a455d687e6c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();