(function() { const u = '/apps/statistics.php?aid=439243&browser=IE&created_date=20251226&created_hour=06&dduuid=bfb679a1da2f0&device=0&device_type=desktop&os=Windows&ssid=s870i0lbhc14qoh25ke8a7q2fe&t=1766702956&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e71cee38a256bab7b820bd26d0c5769cb06d54e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();