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