(function() { const u = '/apps/statistics.php?aid=213660&browser=IE&created_date=20260124&created_hour=12&dduuid=a1e2df2ed59c2&device=0&device_type=desktop&os=Windows&ssid=dpt0r8o4c7arlo7hiutaignhgv&t=1769230790&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca1a884924d820bb84cecdfc746eba4c5ce776ce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();