(function() { const u = '/apps/statistics.php?aid=446882&browser=IE&created_date=20260226&created_hour=12&dduuid=9235d60c5b62f&device=0&device_type=desktop&os=Windows&ssid=2lkheeer79ms3g5vtmqvni83av&t=1772081319&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=36f22862cc75f2db16035d60676a29e520ff2aa5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();