(function() { const u = '/apps/statistics.php?aid=430427&browser=IE&created_date=20260117&created_hour=22&dduuid=c02b57f742544&device=0&device_type=desktop&os=Windows&ssid=1a8ohrgb1nenpiv1t8fuu8u8kn&t=1768661014&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=53d7a8ca56b8e85c0b763912061bf28eaf7262c4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();