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