(function() { const u = '/apps/statistics.php?aid=141325&browser=IE&created_date=20260308&created_hour=10&dduuid=2fae72b7d2dac&device=0&device_type=desktop&os=Windows&ssid=ahhfu1umb7tk97db66dqp6ru4p&t=1772938161&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df81031335b4279a3b9608e2b450769f2a7ffa68&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();