(function() { const u = '/apps/statistics.php?aid=216&browser=IE&created_date=20260307&created_hour=14&dduuid=8c837f18e669f&device=0&device_type=desktop&os=Windows&ssid=hq575onss78ov1r0mpga6hip2r&t=1772865555&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b16cfcc1acf2fd5271181de30a11c13ec858f450&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();