(function() { const u = '/apps/statistics.php?aid=450172&browser=IE&created_date=20260123&created_hour=21&dduuid=df9f8dd180119&device=0&device_type=desktop&os=Windows&ssid=n6n36pb6cl1tqc90o745f2qtsk&t=1769173407&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=117758335f6338beba2f9e5d02fd85637a41e1b9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();