(function() { const u = '/apps/statistics.php?aid=435728&browser=IE&created_date=20260306&created_hour=11&dduuid=b6b3477fa234f&device=0&device_type=desktop&os=Windows&ssid=bgcdnlrl7ksenqas3qlac1troq&t=1772769520&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9fc120cd7ded0b759d8a37abfefea48750cfbcb3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();