(function() { const u = '/apps/statistics.php?aid=12260&browser=IE&created_date=20260121&created_hour=15&dduuid=6b690c0c66171&device=0&device_type=desktop&os=Windows&ssid=dmp8pg5eaafvl71sbn2j5r7mfa&t=1768982051&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=83c1fc2c65a575b0f2c154eb8e95174011b19269&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();