(function() { const u = '/apps/statistics.php?aid=347446&browser=IE&created_date=20260102&created_hour=06&dduuid=464e0e57bbed3&device=0&device_type=desktop&os=Windows&ssid=5pm8h9n55tfmk7ioq3dn3tflah&t=1767305129&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d12329880e6079de5093689e46289292474b392&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();