(function() { const u = '/apps/statistics.php?aid=399051&browser=IE&created_date=20260227&created_hour=22&dduuid=b83909c07ef27&device=0&device_type=desktop&os=Windows&ssid=qa080hdvlfb37r3ctt0brvn751&t=1772202771&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b58a02b40a60bdbc00762b148591ce9de849a460&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();