(function() { const u = '/apps/statistics.php?aid=22405&browser=IE&created_date=20260224&created_hour=03&dduuid=f16e2871d7234&device=0&device_type=desktop&os=Windows&ssid=8egl8oe0etnhm3llkhk6aqolj4&t=1771876525&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d32d010477755c822c15904e05ea820803f3e445&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();