(function() { const u = '/apps/statistics.php?aid=290035&browser=IE&created_date=20260308&created_hour=01&dduuid=647f17c4934a3&device=0&device_type=desktop&os=Windows&ssid=6c3jjl7j3h5v5gbr09dlfqhud5&t=1772903774&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8c107ae7c8c197e23f0e801715db8e342af4388&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();