(function() { const u = '/apps/statistics.php?aid=408577&browser=IE&created_date=20260312&created_hour=07&dduuid=543cb26a00067&device=0&device_type=desktop&os=Windows&ssid=orn7rl1bbb76ghsu4ulf97dehd&t=1773270356&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=597d841531b96f21b3672cd180690bdd556b6425&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();