(function() { const u = '/apps/statistics.php?aid=427449&browser=IE&created_date=20260125&created_hour=02&dduuid=2d4fa120354ef&device=0&device_type=desktop&os=Windows&ssid=7iohdnad9lsqvtvsjhadg0h81j&t=1769281002&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=71a2c6c5335144d36853816b4e91933fa347dc50&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();