(function() { const u = '/apps/statistics.php?aid=455839&browser=IE&created_date=20260304&created_hour=19&dduuid=77fb1dfd2cbaa&device=0&device_type=desktop&os=Windows&ssid=hc9nk6ju2k8j7pjr3np2936f8o&t=1772622674&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2dc6be71bd96da91a2203b6e73b3f44ba24d886a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();