(function() { const u = '/apps/statistics.php?aid=435165&browser=IE&created_date=20260307&created_hour=15&dduuid=13d796db0f932&device=0&device_type=desktop&os=Windows&ssid=9b1udu92il2k5bmkl343t1q7rc&t=1772867544&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=27fb2ced88e9ec4370136fc525f6af803c92f551&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();