(function() { const u = '/apps/statistics.php?aid=429535&browser=IE&created_date=20260119&created_hour=01&dduuid=6b3c1117b0471&device=0&device_type=desktop&os=Windows&ssid=60kvvqva8cjcae972ooltkbotq&t=1768757358&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=70236765547c63df20d60c9bc68428450a71a924&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();