(function() { const u = '/apps/statistics.php?aid=443094&browser=IE&created_date=20251221&created_hour=12&dduuid=65103c606f407&device=0&device_type=desktop&os=Windows&ssid=2s4r7gmok37v6qo55q3hemkei0&t=1766290899&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=25cfd8679a6fc9a9edb9c97a8d69170d0f3fc0b4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();