(function() { const u = '/apps/statistics.php?aid=455091&browser=IE&created_date=20260306&created_hour=06&dduuid=a044913cdd9dc&device=0&device_type=desktop&os=Windows&ssid=cfh6g0i5q94eb9h3okk3uh1qo4&t=1772749459&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5ea053748cd82704db17b3e6e1313906cefa453&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();