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