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