(function() { const u = '/apps/statistics.php?aid=385009&browser=IE&created_date=20251220&created_hour=03&dduuid=fb0c4edfbe44a&device=0&device_type=desktop&os=Windows&ssid=ec1n2itdn0dp4m16gs2cqdfvo8&t=1766171711&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fa620e3be7d5d97b97072b2997b2253b30b9754f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();