(function() { const u = '/apps/statistics.php?aid=207512&browser=IE&created_date=20260113&created_hour=11&dduuid=ae27d03bf85c4&device=0&device_type=desktop&os=Windows&ssid=v97ugbiitqub7lufr5aanfohk7&t=1768275053&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7112b68628fc7f02f522752ecea1a6d55226059b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();