(function() { const u = '/apps/statistics.php?aid=458377&browser=IE&created_date=20260312&created_hour=00&dduuid=fb28c9e8ac706&device=0&device_type=desktop&os=Windows&ssid=3im17h9qo0c6dhmr85g0rma58o&t=1773246341&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a60feedb9da6fd3eb25f6f5a4da43f84c1f74a31&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();