(function() { const u = '/apps/statistics.php?aid=366917&browser=IE&created_date=20260225&created_hour=00&dduuid=07cd7e04b8242&device=0&device_type=desktop&os=Windows&ssid=873jh4qjn9me0ogoi0j3vhoa7j&t=1771951128&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=007ab62030d95b728864a03710ef353f1031fe46&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();