(function() { const u = '/apps/statistics.php?aid=442611&browser=IE&created_date=20260309&created_hour=10&dduuid=01c077ee05e5e&device=0&device_type=desktop&os=Windows&ssid=f03ammtgg9nucujkds4i2v32gm&t=1773025065&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bbba2770a6401efc53d6f0ad603393d4ad5dc789&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();