(function() { const u = '/apps/statistics.php?aid=206578&browser=IE&created_date=20251226&created_hour=19&dduuid=b3a3fa878f967&device=0&device_type=desktop&os=Windows&ssid=esk06bns1a5f6cgaash3gdlctg&t=1766749725&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ce9fd388ab26d6b4f7c4143463a3fd0d360fa74&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();