(function() { const u = '/apps/statistics.php?aid=15418&browser=IE&created_date=20260224&created_hour=06&dduuid=7106e0376a2d4&device=0&device_type=desktop&os=Windows&ssid=8pol94kpsje198rmb06r621hdc&t=1771885710&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f75fdac94596c67656713e9583db8eb44d30dfe5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();