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