(function() { const u = '/apps/statistics.php?aid=449045&browser=IE&created_date=20260123&created_hour=04&dduuid=5519b9a60d3ae&device=0&device_type=desktop&os=Windows&ssid=h8ga688ar0fcfc4isdun0t8kpq&t=1769113775&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d45abd12e595751c9019268e4522c3adc5e10b5b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();