(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260130&created_hour=04&dduuid=170a292f27bb9&device=0&device_type=desktop&os=Windows&ssid=q10h8v0rg0e3og6p46gk26f6g8&t=1769718359&typeid=12&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c9f31249fea15a33d42e3b43d1e0e2d12e20d1eb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();