(function() { const u = '/apps/statistics.php?aid=46&browser=IE&created_date=20251216&created_hour=12&dduuid=98a7fddb8b009&device=0&device_type=desktop&os=Windows&ssid=0f62r328ntd60u73j4gomir21e&t=1765858785&typeid=28&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a42ebe2f030fe5ab40f24b605d750b2017054bac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();