(function() { const u = '/apps/statistics.php?aid=443098&browser=IE&created_date=20260310&created_hour=12&dduuid=00e08497482f2&device=0&device_type=desktop&os=Windows&ssid=s24jd51ig16ik7hu8vsptg1rg8&t=1773117924&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c4ed7999057189b618d008ac3a4aca7094e4b1f8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();