(function() { const u = '/apps/statistics.php?aid=416098&browser=IE&created_date=20251210&created_hour=09&dduuid=0d4917e8063cb&device=0&device_type=desktop&os=Windows&ssid=7v4d5sjd53bdnq2vhm3gil3ocr&t=1765331115&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d30239085e9bfb91350768f1594d7b7cf997b60&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();