(function() { const u = '/apps/statistics.php?aid=413946&browser=IE&created_date=20260118&created_hour=19&dduuid=8f7cacdd56bc1&device=0&device_type=desktop&os=Windows&ssid=b071mi5qlet5oo1dnhdkccs2mq&t=1768735956&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a9b368bdd71b6132043e16a473df4690e227679f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();