(function() { const u = '/apps/statistics.php?aid=446162&browser=IE&created_date=20260122&created_hour=14&dduuid=63d7423ec1587&device=0&device_type=desktop&os=Windows&ssid=v3edb2i2mikqhuvfp8knm2d843&t=1769061946&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=95a0906f08818d22cd59e550b64b0f69e5e75534&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();