(function() { const u = '/apps/statistics.php?aid=426617&browser=IE&created_date=20260125&created_hour=01&dduuid=d70f59d3803ab&device=0&device_type=desktop&os=Windows&ssid=aja1ndhp4b2at5mpv0to9pp3j1&t=1769277023&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=857e22500a2c5fb7b105e74c1f80ff9427135164&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();