(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260303&created_hour=10&dduuid=01400c6907b55&device=0&device_type=desktop&os=Windows&ssid=eb90uk9kmuphoo472drf94tdo4&t=1772503733&typeid=16&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=53e728cf09ed2c1d7f80d188a0c8bfd0802ee1f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();