(function() { const u = '/apps/statistics.php?aid=262597&browser=IE&created_date=20260226&created_hour=06&dduuid=72fa626978b49&device=0&device_type=desktop&os=Windows&ssid=t50eqia653r41dvm9qvrv4c4gd&t=1772058097&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b7249becd78cb7a85a18efa9fcd616ee46848b75&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();