(function() { const u = '/apps/statistics.php?aid=425010&browser=IE&created_date=20260127&created_hour=07&dduuid=4d1d5effa14ce&device=0&device_type=desktop&os=Windows&ssid=ejo8jl8lfs89umnh2v5ihhdmbl&t=1769469363&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=330010d1da96f1e464d200e9eb830525556bd3d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();