(function() { const u = '/apps/statistics.php?aid=343334&browser=IE&created_date=20251221&created_hour=16&dduuid=a20f840050f88&device=0&device_type=desktop&os=Windows&ssid=rm58nk61mku4e12k15o844hbcm&t=1766304773&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4585a2266120ac391e45e33167879951e437ca19&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();