(function() { const u = '/apps/statistics.php?aid=152611&browser=IE&created_date=20260110&created_hour=03&dduuid=5f9634c29a6d7&device=0&device_type=desktop&os=Windows&ssid=j90nre44ahv4rd42u949b1uj30&t=1767987292&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00732b142fb2f922a99111251c76d5209bf44fe3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();