(function() { const u = '/apps/statistics.php?aid=207763&browser=IE&created_date=20260103&created_hour=15&dduuid=381c30b3ce5fc&device=0&device_type=desktop&os=Windows&ssid=jlu6nb0do0tu611hivn19qqrdi&t=1767424164&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3810a5bbcd91310e43451016afeafa7d6ec4a09e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();