(function() { const u = '/apps/statistics.php?aid=454573&browser=IE&created_date=20260223&created_hour=17&dduuid=14f4f1329d490&device=0&device_type=desktop&os=Windows&ssid=mlnj4avfivd72po1b9vt33hjbn&t=1771840726&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=be1b357d368c3f043211311363ebdf94e331e298&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();