(function() { const u = '/apps/statistics.php?aid=454564&browser=IE&created_date=20260201&created_hour=00&dduuid=408362817dac7&device=0&device_type=desktop&os=Windows&ssid=vfo7krncnbsmhdijive84hh2d3&t=1769875932&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d1e5fe8782b0e7f58f0379043f4952d4b0d477c1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();