(function() { const u = '/apps/statistics.php?aid=455200&browser=IE&created_date=20260308&created_hour=15&dduuid=3a3ae2761ab53&device=0&device_type=desktop&os=Windows&ssid=efr4cc7cnbv4ru4ekbm99u5nja&t=1772955687&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7796f97f34e0853df03030c5c9b522eee47dd00c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();