(function() { const u = '/apps/statistics.php?aid=291802&browser=IE&created_date=20260116&created_hour=11&dduuid=1651bd9a565f8&device=0&device_type=desktop&os=Windows&ssid=5lq229dj22u4fb0fm323eslf0a&t=1768534806&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ba1a96b42fddbc10ff4938b5cbce3f04d404ab38&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();