(function() { const u = '/apps/statistics.php?aid=431346&browser=IE&created_date=20260116&created_hour=03&dduuid=526192ff6dcef&device=0&device_type=desktop&os=Windows&ssid=nacpc6odrajogp6rippljrl7h5&t=1768505046&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3eaa7be15c932041c85cec10bd9d336e017fbe60&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();