(function() { const u = '/apps/statistics.php?aid=406100&browser=IE&created_date=20260223&created_hour=23&dduuid=07a3f6a48040e&device=0&device_type=desktop&os=Windows&ssid=2tc9b667fuvg6hc9ptr3912rn7&t=1771861226&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=012f7da59f5b449a55b6a93bc7c563a788e7d939&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();