(function() { const u = '/apps/statistics.php?aid=440042&browser=IE&created_date=20260305&created_hour=23&dduuid=6e0ea465dea7e&device=0&device_type=desktop&os=Windows&ssid=dhl37e23fvvrd58pnlm1un9f2u&t=1772724806&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd8f7a53ba2847d39161da3539c12796e7e70167&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();