(function() { const u = '/apps/statistics.php?aid=316242&browser=IE&created_date=20251223&created_hour=00&dduuid=ca24c2cb28508&device=0&device_type=desktop&os=Windows&ssid=5bjts4bioa1umoiud19cmqd3db&t=1766421063&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=02973d37aa908ba39be830b88c583d9058ffe499&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();