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