(function() { const u = '/apps/statistics.php?aid=438378&browser=IE&created_date=20260308&created_hour=12&dduuid=58968b0e0779a&device=0&device_type=desktop&os=Windows&ssid=puq0m2v4c1o8ki7ti06tit00b5&t=1772945640&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=440920349d5d6b1428329cea7aef0917ac033e43&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();