(function() { const u = '/apps/statistics.php?aid=444722&browser=IE&created_date=20251221&created_hour=21&dduuid=883fa3eb40012&device=0&device_type=desktop&os=Windows&ssid=i4n3ssmbjaf719q5qh6ci3oaqa&t=1766322884&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a655786be254dba019c31f129f0abd67f02094cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();