(function() { const u = '/apps/statistics.php?aid=410615&browser=IE&created_date=20260120&created_hour=13&dduuid=af7d91c2eff6f&device=0&device_type=desktop&os=Windows&ssid=s04u80g56pnm6dm8mue607tso0&t=1768885669&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a758cb50ce0fcc804862c1bd033efacf4cca23d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();