(function() { const u = '/apps/statistics.php?aid=207173&browser=IE&created_date=20251224&created_hour=08&dduuid=7798fd52e7403&device=0&device_type=desktop&os=Windows&ssid=amdgi4t8dgra4g61k4umnm9cog&t=1766536220&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91caf046ee1f6294a04ecb6f325f45301473c58a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();