(function() { const u = '/apps/statistics.php?aid=75715&browser=IE&created_date=20260124&created_hour=09&dduuid=8a28b92249e39&device=0&device_type=desktop&os=Windows&ssid=2t3d5nk75n2pdr7822n26cn4cn&t=1769216625&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f290c260f24ab71c95a00a4cca317a66ab4b30fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();