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