(function() { const u = '/apps/statistics.php?aid=449333&browser=IE&created_date=20260125&created_hour=07&dduuid=9b1e1b0fcd51e&device=0&device_type=desktop&os=Windows&ssid=cgnd9r83ieh41fo4157e1gk9qg&t=1769298628&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6c08139c56407f52ed513af7d4ecb73203c37ddb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();